Package eu.europa.ec.taxud.cesop.domain
Class ValidationErrorTypeHolder
java.lang.Object
eu.europa.ec.taxud.cesop.domain.ValidationErrorTypeHolder
Holder for
ValidationErrorType.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfindByCode(String code) Find a reference data by its code.findEnumByCode(String code) voidsetDataList(List<ValidationErrorType> dataList) Initialize the data.
-
Field Details
-
INSTANCE
The holder instance.
-
-
Method Details
-
setDataList
Initialize the data.- Parameters:
dataList- the list of data
-
findByCode
Find a reference data by its code.- Parameters:
code- the code- Returns:
- the reference data
-
findEnumByCode
-